﻿2026-07-22T05:00:55.4868648Z ##[group]Run actions/checkout@v5
2026-07-22T05:00:55.4869306Z with:
2026-07-22T05:00:55.4869679Z   repository: BigscreenVR/spt-bs-core
2026-07-22T05:00:55.4872864Z   token: ***
2026-07-22T05:00:55.4873235Z   ssh-strict: true
2026-07-22T05:00:55.4873612Z   ssh-user: git
2026-07-22T05:00:55.4873984Z   persist-credentials: true
2026-07-22T05:00:55.4874395Z   clean: true
2026-07-22T05:00:55.4874769Z   sparse-checkout-cone-mode: true
2026-07-22T05:00:55.4875225Z   fetch-depth: 1
2026-07-22T05:00:55.4875582Z   fetch-tags: false
2026-07-22T05:00:55.4875960Z   show-progress: true
2026-07-22T05:00:55.4876327Z   lfs: false
2026-07-22T05:00:55.4876670Z   submodules: false
2026-07-22T05:00:55.4877060Z   set-safe-directory: true
2026-07-22T05:00:55.4877503Z   allow-unsafe-pr-checkout: false
2026-07-22T05:00:55.4877950Z env:
2026-07-22T05:00:55.4878308Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-22T05:00:55.4878765Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-22T05:00:55.4879293Z ##[endgroup]
2026-07-22T05:00:55.5634996Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T05:00:55.5636644Z ##[group]Getting Git version info
2026-07-22T05:00:55.5637368Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-22T05:00:55.5638305Z [command]/usr/bin/git version
2026-07-22T05:00:55.5638738Z git version 2.43.0
2026-07-22T05:00:55.5647442Z ##[endgroup]
2026-07-22T05:00:55.5659073Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/130c36d1-f09d-41ba-92e1-213fc73df9f0' before making global git config changes
2026-07-22T05:00:55.5660836Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T05:00:55.5661920Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-22T05:00:55.5691769Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-22T05:00:55.5709234Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T05:00:55.5718249Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T05:00:55.5720811Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T05:00:55.5738168Z HEAD
2026-07-22T05:00:55.5766620Z ##[endgroup]
2026-07-22T05:00:55.5767474Z [command]/usr/bin/git submodule status
2026-07-22T05:00:55.5943581Z ##[group]Cleaning the repository
2026-07-22T05:00:55.5945410Z [command]/usr/bin/git clean -ffdx
2026-07-22T05:00:55.5979222Z [command]/usr/bin/git reset --hard HEAD
2026-07-22T05:00:55.6025809Z HEAD is now at 60cfa8d7 Merge a9bd167a018c0758f3dac4b71d641abab15fb282 into b68d5c3e7361351182ac186e4eb920eeb7bf5fa6
2026-07-22T05:00:55.6029848Z ##[endgroup]
2026-07-22T05:00:55.6031446Z ##[group]Disabling automatic garbage collection
2026-07-22T05:00:55.6034655Z [command]/usr/bin/git config --local gc.auto 0
2026-07-22T05:00:55.6057893Z ##[endgroup]
2026-07-22T05:00:55.6058523Z ##[group]Setting up auth
2026-07-22T05:00:55.6062989Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-22T05:00:55.6088816Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-22T05:00:55.6278256Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T05:00:55.6304728Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-22T05:00:55.6495322Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T05:00:55.6521418Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-22T05:00:55.6709610Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-22T05:00:55.6739163Z ##[endgroup]
2026-07-22T05:00:55.6740331Z ##[group]Fetching the repository
2026-07-22T05:00:55.6745705Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +60cfa8d70c0369fbfff21ec17a02155d07beb3a7:refs/remotes/pull/56/merge
2026-07-22T05:00:56.1571455Z ##[endgroup]
2026-07-22T05:00:56.1572259Z ##[group]Determining the checkout info
2026-07-22T05:00:56.1573033Z ##[endgroup]
2026-07-22T05:00:56.1576922Z [command]/usr/bin/git sparse-checkout disable
2026-07-22T05:00:56.1611318Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-22T05:00:56.1632157Z ##[group]Checking out the ref
2026-07-22T05:00:56.1634309Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/56/merge
2026-07-22T05:00:56.1676141Z HEAD is now at 60cfa8d7 Merge a9bd167a018c0758f3dac4b71d641abab15fb282 into b68d5c3e7361351182ac186e4eb920eeb7bf5fa6
2026-07-22T05:00:56.1679313Z ##[endgroup]
2026-07-22T05:00:56.1707079Z [command]/usr/bin/git log -1 --format=%H
2026-07-22T05:00:56.1725437Z 60cfa8d70c0369fbfff21ec17a02155d07beb3a7
